PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setWidth Method
The visual width of the page.
In This Topic
    setWidth Method
    In This Topic
    Sets the visual page width.
    The visual width is the width of the page as it is seen on the display. It is always measured on horizontal no matter the page rotation.
    Syntax
    public void setWidth( 
       double width
    )

    Parameters

    width
    The visual width of the page.
    See Also